home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / games / _kalaha / _run < prev    next >
Encoding:
Text File  |  1992-03-04  |  362 b   |  14 lines

  1. | run file for Kalaha application
  2. |
  3. if "<System$Path>" = "" then Error 0 System resources cannot be found
  4.  
  5. WimpSlot -min 128k -max 128k
  6. IconSprites <Obey$Dir>.!Sprites
  7.  
  8. RMEnsure SharedCLibrary 0 RMLoad System:Modules.Clib
  9. RMEnsure SharedCLibrary 3.75 Error You need Clib 3.75 or later
  10.  
  11. Set Kalaha$Dir <Obey$Dir>
  12. WimpSlot -min 128k
  13. Run <Kalaha$Dir>.!RunImage %*0
  14.